home *** CD-ROM | disk | FTP | other *** search
/ SGI Cosmo Software 1997 May / SGI Cosmo Software 1997 May.iso / dist6.2 / patchSG0001932.idb / usr / relnotes / patchSG0001932 / ch1.z / ch1
Text File  |  1997-05-23  |  9KB  |  265 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _P_a_t_c_h__S_G_0_0_0_1_9_3_2__R_e_l_e_a_s_e__N_o_t_e
  9.  
  10.        This release note describes patch SG0001932 to IRIX6.2, 6.3
  11.        and 6.4.
  12.  
  13.        Patch SG0001932 replaces patches(es) SG0001681, SG0001584,
  14.        SG0001384, SG0001336, and SG0001266.
  15.  
  16.        1.1  _S_u_p_p_o_r_t_e_d__H_a_r_d_w_a_r_e__P_l_a_t_f_o_r_m_s
  17.  
  18.        This patch contains bug fixes for all hardware platforms
  19.        running IRIX6.2, IRIX6.3, or IRIX6.4.
  20.  
  21.  
  22.        1.2  _S_u_p_p_o_r_t_e_d__S_o_f_t_w_a_r_e__P_l_a_t_f_o_r_m_s
  23.  
  24.        This patch contains bug fixes to rld and rld.debug (all 3
  25.        ABIs) on a system running IRIX6.2, IRIX6.3, or IRIX6.4.  The
  26.        software cannot be installed on other configurations.
  27.  
  28.        1.3  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_1_9_3_2
  29.  
  30.        This patch allows programs using pthreads (POSIX threads) to
  31.        run correctly (a sufficiently recent pthreads version must
  32.        be run to see any improvement in application behavior).
  33.  
  34.        This patch contains fixes for the following bugs in IRIX6.3,
  35.        6.3, 6.4:  Bug numbers from a Silicon Graphics bug tracking
  36.        system are included for reference.
  37.  
  38.           +o rld could hang a pthreads process if one or more
  39.             threads called fork(2) or if there were multiple
  40.             threads on a single sproc process-id or if a thread
  41.             moved from one process-id to another (in an sproc
  42.             group).  Whether a hang occurred depended on the timing
  43.             of events and how the events happened to relate to rld
  44.             processing.  In addition, an annoying message about
  45.             "GUARANTEE INIT" could be emitted by rld when the
  46.             message was inappropriate (with certain
  47.             processes/libraries using pthreads). (Bug #412725)
  48.  
  49.        The following bug fixes were originally fixed in one or more
  50.        of the patches replaced by this patch.
  51.  
  52.           +o rld could coredump if it thought it had allocated an
  53.             internal table (the msym table) but in reality the
  54.             compilation system had built it: writing to the
  55.             compiler-system-built table is an error (it is in
  56.             read-only memory) and unnecessary.  (Bug #449282)
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.           +o 433288 If a program did a series of dlclose(3)s and
  75.             sproc(2)s quickly enough and the timing was just right
  76.             rld would hang, hanging the program.  The program was
  77.             killable, but the sproc-thread could not be continued
  78.             and the program run was normally useless as a result of
  79.             the hang.  (But #433288)
  80.  
  81.           +o The runtime linker corrupts the user's data segment
  82.             when long LD_LIBRARY_PATH is specified.  It usually
  83.             results in segmentation fault while running the user
  84.             application. (Bug #337982)
  85.  
  86.           +o The runtime linker does not fix-up binaries with
  87.             prefetch instructions correctly when the binaries are
  88.             run on r8000 machines. This fix is only effective if
  89.             one of the kernel rollup patches in the series
  90.             beginning with patch 1722 is also installed (as of the
  91.             writing of these release notes the latest kernel rollup
  92.             patch is patch 1733, but be sure to check with with
  93.             your patch provider about kernel rollup patches). The
  94.             runtime linker may emit a message like "Cannot open
  95.             <executable> to fix up prefetches" on attempting to run
  96.             a binary with prefetches (such as a binary compiled for
  97.             the R10000) on an R8000 CPU if one of the kernel
  98.             patches is not installed.  (Bug #352206)
  99.  
  100.           +o The runtime linker would core dump on pixified binaries
  101.             if those binaries contain prefetch instructions. (Bug
  102.             #383655)
  103.  
  104.           +o The runtime linker loops when 2 delay-loaded libraries
  105.             are linked into the same executable and the 2 libraries
  106.             are inter-dependent on each other.  Also, the
  107.             performance of the libdl routines are not acceptable in
  108.             big applications when hundreds of libraries are loaded
  109.             using dlopen calls.  (Bug #361758)
  110.  
  111.           +o Specifing LD_LIBRARY_PATH with more than approximately
  112.             500 characters causes rld to dump core. (Bug #337982)
  113.  
  114.           +o The runtime linker loops in dlsym call. (Bug #364118)
  115.  
  116.           +o The runtime linker loops when dlopen'ing libraries that
  117.             have inter-dependencies. (Bug #290198)
  118.  
  119.           +o Initialized COMMON block variables have incorrect
  120.             values.  (Bug #387407)
  121.  
  122.           +o Dlopen(...,RTLD_NOW) does not report undefined symbols.
  123.             (Bug #428927)
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.        1.4  _S_u_b_s_y_s_t_e_m_s__I_n_c_l_u_d_e_d__i_n__P_a_t_c_h__S_G_0_0_0_1_9_3_2
  141.  
  142.        This patch release includes these subsystems:
  143.  
  144.           +o patchSG0001932.compiler_eoe_sw.unix
  145.  
  146.           +o patchSG0001932.compiler_eoe_sw32.unix
  147.  
  148.           +o patchSG0001932.compiler_eoe_sw64.unix
  149.  
  150.  
  151.        1.5  _I_n_s_t_a_l_l_a_t_i_o_n__I_n_s_t_r_u_c_t_i_o_n_s
  152.  
  153.        Because you want to install only the patches for problems
  154.        you have encountered, patch software is not installed by
  155.        default.  After reading the descriptions of the bugs fixed
  156.        in this patch (see Section 1.3), determine the patches that
  157.        meet your specific needs.
  158.  
  159.        If, after reading Sections 1.1 and 1.2 of these release
  160.        notes, you are unsure whether your hardware and software
  161.        meet the requirements for installing a particular patch, run
  162.        _i_n_s_t.  The _i_n_s_t program does not allow you to install
  163.        patches that are incompatible with your hardware or
  164.        software.
  165.  
  166.        Patch software is installed like any other Silicon Graphics
  167.        software product.  Follow the instructions in your _S_o_f_t_w_a_r_e
  168.        _I_n_s_t_a_l_l_a_t_i_o_n _A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e to bring up the miniroot
  169.        form of the software installation tools.
  170.  
  171.        Follow these steps to select a patch for installation:
  172.  
  173.          1.  At the Inst> prompt, type
  174.  
  175.              iiiinnnnssssttttaaaallllllll ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  176.  
  177.              where _x_x_x_x_x_x_x is the patch number.
  178.  
  179.          2.  Initiate the installation sequence. Type
  180.  
  181.              IIIInnnnsssstttt>>>> ggggoooo
  182.  
  183.          3.  You may find that two patches have been marked as
  184.              incompatible.  (The installation tools reject an
  185.              installation request if an incompatibility is
  186.              detected.)  If this occurs, you must deselect one of
  187.              the patches.
  188.  
  189.              IIIInnnnsssstttt>>>> kkkkeeeeeeeepppp ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.              where _x_x_x_x_x_x_x is the patch number.
  207.  
  208.          4.  After completing the installation process, exit the
  209.              _i_n_s_t program by typing
  210.  
  211.              IIIInnnnsssstttt>>>> qqqquuuuiiiitttt
  212.  
  213.  
  214.  
  215.        1.6  _P_a_t_c_h__R_e_m_o_v_a_l__I_n_s_t_r_u_c_t_i_o_n_s
  216.  
  217.        To remove a patch, use the _v_e_r_s_i_o_n_s _r_e_m_o_v_e command as you
  218.        would for any other software subsystem.  The removal process
  219.        reinstates the original version of software unless you have
  220.        specifically removed the patch history from your system.
  221.  
  222.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeee ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  223.  
  224.        where _x_x_x_x_x_x_x is the patch number.
  225.  
  226.        To keep a patch but increase your disk space, use the
  227.        _v_e_r_s_i_o_n_s _r_e_m_o_v_e_h_i_s_t command to remove the patch history.
  228.  
  229.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeeehhhhiiiisssstttt ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  230.  
  231.        where _x_x_x_x_x_x_x is the patch number.
  232.  
  233.        1.7  _K_n_o_w_n__P_r_o_b_l_e_m_s
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.